home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / dcom / modems-part1 / 5534 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.7 KB

  1. Path: news.ultranet.com!usenet
  2. From: "Albert P. Belle Isle" <belleisl@cerberus-sys.com>
  3. Newsgroups: alt.winsock,alt.winsock.trumpet,comp.dcom.modems
  4. Subject: Re: Low ISP MTU/MSS Settings?
  5. Date: Mon, 19 Feb 1996 10:18:13 -0500
  6. Organization: Cerberus Systems, Inc.
  7. Message-ID: <312894B5.600F@cerberus-sys.com>
  8. References: <4g7e71$n14@news.ro.com> <312784A5.6AC@cerberus-sys.com> <4g8oai$m4n@bud.shadow.net>
  9. NNTP-Posting-Host: apb-p5-90.cerberus-sys.com
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 2.0 (Win16; I)
  14.  
  15. Alkemyst wrote:
  16. > In article <312784A5.6AC@cerberus-sys.com>,
  17. >    "Albert P. Belle Isle" <belleisl@cerberus-sys.com> wrote:
  18. > >If for some reason your ISP won't accept any larger MTU, try 576. If he is
  19. > >meeting the Internet Protocol standard, he *must* be able to accomodate this
  20. > >default value (which is why MSS=536 is usually a *safe* no-fragmentation
  21. > >value for your TCP settings).
  22. > >
  23. > >In any case, you're certainly right about the degree of conservatism. With
  24. > >the above-mentioned settings you'd only have TCP data in 212/256, or 83% of
  25. > >your packet - as opposed to 536/576, or 93%.
  26. > >
  27. > What about for CSLIP?
  28.  
  29. Chris:
  30.  
  31. The C in CSLIP refers to the enabling of Van Jacobson header compression, 
  32. which PPP also offers, and which reduces the average number of overhead 
  33. bytes-per-packet from 40 (for single packet transfers) to less than 10 for 
  34. streams of TCP/IP packets from the same sender to the same receiver (like on 
  35. FTP or HTTP downloads).
  36.  
  37. Both SLIP (which comes in more than one implementation) and PPP (which is 
  38. standardized) are protocols that allow a modem connection to simulate a 
  39. direct (IP) connection to the Internet. MTU/MSS/RWIN are parameters of 
  40. Internet connections, in general, above the modem (data link) layer of byte 
  41. transfers.
  42.  
  43. MTU is a parameter of the IP routers on the Internet, at the next protocol 
  44. layer above your data link (modem) layer. THEIR MTU is what limits 
  45. the number of data bytes you can get per packet (unless you add an 
  46. unnecessary limitation by setting yours smaller yet).
  47.  
  48. MSS/RWIN are TCP parameters for the still-higher protocol that governs 
  49. transfers between two machines that can only talk to one another through the 
  50. Internet and its routers.
  51.  
  52. Match your MTU to that of your ISP's LAN, and tune your TCP settings to the 
  53. download paths over the Internet that you most often use for large 
  54. transfers.
  55.  
  56. Regards,
  57.  
  58. Al
  59.  
  60. -- 
  61. ==================================================================
  62. Albert P. Belle Isle
  63. Cerberus Systems, Inc.
  64.  
  65. Al's Winsock Tuning FAQ -
  66.        http://www.cerberus-sys.com/~belleisl/mtu_mss_rwin.html
  67. ==================================================================
  68.